home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / playfile_1_2.readme < prev    next >
Text File  |  1992-11-04  |  3KB  |  83 lines

  1. Short: 8SVX sample player, handles files > mem
  2.  
  3. PlayFile is a CLI based command which plays IFF 8SVX and RAW samples
  4. straight from disk. It does not load the entire sample and so does not
  5. waste memory. This program was designed to play files from hard disks or
  6. other quick access storage devices. It will not work off stiffy drives at
  7. any speed over 10000 samples per second.
  8.  
  9. Usage: PlayFile [-options] [samples per second/period] <FileName>
  10.  
  11. The options are as follows:
  12.     -F  Filter on
  13.     -f  Filter off
  14.  
  15.     -S  Volume and Pitch Slide
  16.     -x  Immune to Right Mouse Button
  17.  
  18.     -s  Stereo
  19.     -m  Mono
  20.  
  21.     -l  Audio Channel 0 (left)
  22.     -r  Audio Channel 1 (right)
  23.     -R  Audio Channel 2 (right)
  24.     -L  Audio Channel 3 (left)
  25.  
  26. Volume and Pitch Slide
  27. This doesn't really serve any purpose, but I put it in anyway. All it does
  28. is sets the volume proportional to the vertical coordinate of the mouse and
  29. the period to the horizontal coordinate.
  30.  
  31. Right Button Immunisation
  32. Without -x the right mouse button will stop PlayFile.
  33.  
  34. Audio Channels
  35. The audio channel selection may be followed by a volume ranging from 00 to
  36. 64. If no volume is given the default is 64. NB Must be a two digit
  37. value.
  38.  
  39. Using multi-tasking it is possible to play more than one sample from disk
  40. at a time depending on the speed of your hard drive and play back speed. If
  41. you try this make sure that you use different audio channels.
  42.  
  43. Stereo/Mono
  44. This play routine will sense whether the sample is stereo or not, and will
  45. play it as such. This can however be overriden by these two options
  46.  
  47. The default options are -l64r64.
  48.  
  49. Period/Samples per Second
  50. If no value is given here the speed is read from the sample which must then
  51. be an IFF 8SVX sample. If the value is lower than 2000 it is taken to be a
  52. period value which is calculated as follows:
  53.  
  54.               clock constant
  55.     Period Value = --------------------
  56.             samples per second
  57.  
  58.     where clock constant = 3546985 for PAL
  59.                    3579545 for NTSC
  60.  
  61.  
  62.  
  63. FILES WHICH ARE CONTAINED IN ARCHIVE:
  64.     Play        3896
  65.     README!        2547
  66.  
  67. You may distribute this utility freely, on condition that it is
  68. distributed together with this README!
  69.  
  70.  
  71. You may not use it for commercial gain. Use of this utility in any
  72. commercial environment requires registration. Write to one of the email
  73. addresses below to enquire about registration.  :->
  74.  
  75.  
  76. You can reach me c/o my brother Zane at any of the following addresses:
  77.  
  78. Fidonet:  Zane Wilson of 5:7101/40.0
  79.           0112wilz.witsvma of 5:7104/4.0
  80.  
  81. Internet: 0112wilz@concave.cs.wits.ac.za
  82.           0112wilz@witsvma.wits.ac.za
  83.